footer {
  color: rgb(225, 232, 237);
  padding: 20px;
  border-top: 2px solid #ccc;
  background: linear-gradient(160deg, rgb(13, 34, 56), rgb(26, 58, 92), rgb(19, 48, 80)) !important;
  font-family: Outfit, sans-serif;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#footer-logo {
  display: flex;
  justify-content: center; /* horizontal */
  align-items: center;     /* vertical */
}


#footer-assoc-name h5 {
  font-weight: 600;
  font-size: 1.1rem;
}

#footer-address h5, #footer-fourth-column h5 {
  margin-left: 40px;
}

#footer-social-icons {
  margin-left: 30px;
}

